home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Tree / treeobj / TreeCoord.h < prev    next >
Encoding:
Text File  |  1992-05-16  |  390 b   |  19 lines

  1. /* TreeCoord.h  Copyright 1992  Steve Ludtke  All Rights Reserved */
  2.  
  3. #import <objc/Object.h>
  4. #import "gopher.h"
  5.  
  6. @interface TreeCoord:Object
  7. {
  8.     id                  object; /* points back to the GopherObj */
  9.  
  10. }
  11.  
  12. /* required methods */
  13.     - start:(Root *) top :Pobject :(char *)path;
  14.     -(char *)help:window :browser;
  15.     -setCoord:(Branch *) branch;
  16.     -preferences:sender;
  17.  
  18.     @end
  19.